
.content {
    h1 {
        font-weight: 400;
        font-size: 2.7rem;
    }

    h2 {
        font-weight: 300;
        font-size: 1.93rem;
    }
}

.photo-1-section {
    display: grid;
    grid-template-columns: clamp(200px, 48vw, 700px) 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 14px;

    p {
        text-align: center;
        font-size: 1.4rem;
    }
}

.left-photo-1-section {
    order: 1;
}

.right-photo-1-section {
    order: 2;
}

img {
    max-width: 100%;
    border-radius: 30px;
    border: solid var(--color-bg);
}


.descripton {
    h2 {
        text-align: center;
    }

    p {
        text-align: center;
        font-size: 1.4rem;
    }
}